Revert to previous semver version.
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 17 Aug 2016 14:10:10 +0000 (10:10 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Wed, 17 Aug 2016 14:10:10 +0000 (10:10 -0400)
As it turns out, people were taking advantage of bugginess in semver, so
we can't do this upgrade yet.

Fixes #3001

Cargo.lock
Cargo.toml

index b3846a9239ba9ffab712aee67e22e976a566a9b6..401272aa4e8ef732f2ad674401584f6b86fa6f03 100644 (file)
@@ -26,7 +26,7 @@ dependencies = [
  "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.1.73 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "semver 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "tar 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -356,6 +356,11 @@ dependencies = [
  "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
+[[package]]
+name = "nom"
+version = "1.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
 [[package]]
 name = "num"
 version = "0.1.34"
@@ -510,19 +515,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "semver"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "semver-parser 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "semver-parser"
-version = "0.6.0"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 0.1.73 (registry+https://github.com/rust-lang/crates.io-index)",
+ "nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
index e3c454a0585251165c7ef4c90574c1b4cd56a0c0..666cb2d4b2ed18eb0f69979fc52cd2ac54517d8c 100644 (file)
@@ -37,7 +37,7 @@ miow = "0.1"
 num_cpus = "1.0"
 regex = "0.1"
 rustc-serialize = "0.3"
-semver = "0.4"
+semver = "0.2.3"
 tar = { version = "0.4", default-features = false }
 tempdir = "0.3"
 term = "0.4.4"